home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / USRSP96.MDM < prev    next >
Text File  |  1993-02-22  |  3KB  |  102 lines

  1. ; USRobotics Sportster 9600 V.32/V.42bis
  2.  
  3. ; Based on:
  4. ; Supervisor rev 4.0   Supervisor date 09/26/91
  5. ; DSP rev 10           DSP date 07/18/91             
  6.  
  7. ;=============================================================
  8. ; Last revision date: 02/22/93 (update this date
  9. ; each time you edit; it is also advisable to rename
  10. ; your edited file [use Save As, rather than Save 
  11. ; option] to avoid later confusion and to keep the 
  12. ; original .MDM file intact).
  13.  
  14. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  15. ; Command File) for a description of modem command 
  16. ; files and how they work. "A Sample Modem Command 
  17. ; File" is user selectable within the Lotus Notes 
  18. ; Setup dialog "Modem Type" listbox in which you found 
  19. ; this modem command file (see end of listings, 
  20. ; beginning with a period) and is a printable ASCII 
  21. ; text file (approximately 15 pages). 
  22.  
  23. ; Additional information may be obtained from either of 
  24. ; the two so-called "generic" modem command files 
  25. ; (alphabetically listed under letter G, designed for 
  26. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  27. ; 14400 bps maximum, respectively), each of which may 
  28. ; first be tried as-is with unlisted modems, then edited 
  29. ; if required (within the Notes edit box, or outside of 
  30. ; Notes, with any text editor) according to the printed 
  31. ; instructions within each file, and in compliance with 
  32. ; the vendor's command set, result codes, DIP switch 
  33. ; settings, and technical specifications as listed in 
  34. ; the equipment's users manual.
  35.  
  36. ; For the specific modem(s) listed under this heading:
  37. ;===============================================================
  38.  
  39. ; Switch settings:  
  40. ;        8 Pos switch: 1,2,6 = UP, all others DOWN 
  41.  
  42. [attributes]
  43.  
  44. MODELS=USRobotics Sportster V.32/V.42bis
  45. DEFAULT SPEED=38400
  46. MAXIMUM SPEED=38400
  47. NULL MODEM=0
  48.  
  49. [commands]
  50.  
  51. ESCAPE=+++
  52. ATTENTION=ATE0V1
  53. HANGUP=ATH0
  54. SETUP=AT&F
  55. SETUP=ATE0&A2B0&N0S10=15&B1
  56. SETUP=ATV1Q0S0=0S7=60X4
  57. RTS/CTS ENABLED=AT&H1&R2&K2
  58. RTS/CTS IGNORED=AT&H0&R1&K0
  59. VOLUME OFF=ATM0
  60. VOLUME LOW=ATM1
  61. VOLUME MEDIUM=ATM1
  62. VOLUME HIGH=ATM1
  63. ANSWER=ATA
  64. MANUAL DIAL=ATX3S9=1D,
  65. AUTO DIAL SETUP=ATS9=6
  66. AUTO PULSE DIAL=ATDP
  67. AUTO TONE DIAL=ATDT
  68. AUTO DIAL SUFFIX=,
  69.  
  70. [responses]
  71.  
  72. OK=OK
  73.  
  74. RING=RING
  75.  
  76. BUSY=BUSY
  77.  
  78. NO DIALTONE=NO DIAL TONE
  79.  
  80. NO ANSWER=NO ANSWER
  81.  
  82. NO CARRIER=NO CARRIER
  83.  
  84. ERROR=ERROR
  85.  
  86. CONNECT, 38400,9600=CONNECT 9600
  87. CONNECT, 38400,9600=CONNECT 9600/ARQ
  88. CONNECT, 38400,9600=CONNECT 9600/V32
  89. CONNECT, 38400,9600=CONNECT 9600/ARQ/V32
  90.  
  91. CONNECT, 38400,4800=CONNECT 4800
  92. CONNECT, 38400,4800=CONNECT 4800/ARQ
  93. CONNECT, 38400,4800=CONNECT 4800/V32
  94. CONNECT, 38400,4800=CONNECT 4800/ARQ/V32
  95.  
  96. CONNECT, 38400,2400=CONNECT 2400
  97. CONNECT, 38400,2400=CONNECT 2400/ARQ
  98.  
  99. CONNECT, 38400,1200=CONNECT 1200
  100. CONNECT, 38400,1200=CONNECT 1200/ARQ
  101.  
  102.